columnview: Update column positions on reordering
authorMatthias Clasen <mclasen@redhat.com>
Fri, 5 Jun 2020 16:40:32 +0000 (12:40 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 5 Jun 2020 17:28:44 +0000 (13:28 -0400)
commitf631e0e1e0a8fb7fa2cf242cc3281f795d12adcb
treeb9a5dbd16c89bfe9e8a27cb54a3bdc4b2a89c298
parent6df489d5a9d613efdb2c02b648302abe67133691
columnview: Update column positions on reordering

Tell reordered columns to reorder their cells to
the new position. This is necessary to get things
like separators right. The visible symptom of this
problem was the lack of the right border when the
last column is reorder to another position, since
the title widget was still the last in its container,
so :last-child applied.
gtk/gtkcolumnview.c